home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
pcl-src.zoo
/
pyr-patches.lsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Lisp/Scheme
|
1992-07-09
|
296 b
|
10 lines
(in-package 'pcl)
;;; This next kludge disables macro memoization (the default) since somewhere
;;; in PCL, the memoization is getting in the way.
(eval-when (load eval)
(format t "~&;;; Resetting *MACROEXPAND-HOOK* to #'FUNCALL~%")
(setq lisp::*macroexpand-hook* #'funcall))